SftTabs/NET 6.0

RowIndent Property, SftTabs Class

Softel vdm, Inc.

Defines the indentation of tab rows.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property RowIndent As Integer

C#   

public int RowIndent { get; set; }

C++   

public: property int RowIndent {
        int get();
        void set(int value);
}

Property Value

The indentation of each additional row relative to the first row, or -1 to use the default indentation.

The default value is -1.

Comments

The RowIndent property defines the indentation of tab rows.

Additional tab rows can be indented by the amount specified. Specify -1 to use the tab style's built-in margin.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com